Skip to content

Conversation

@ihabadham
Copy link
Contributor

@ihabadham ihabadham commented Aug 16, 2025

- Replace old GitHub-hosted JetBrains logo with new official brand assets
- Update link to point to JetBrains OpenSource page as recommended

Summary

Updates the jetbrains logo with the new one.
This update was requested by JetBrains as part of their brand refresh to showcase continued collaboration

Pull Request checklist

Remove this line after checking all the items here. If the item is not applicable to the PR, both check it out and wrap it by ~.

  • ~Add/update test to cover these changes
  • ~Update documentation
  • ~Update CHANGELOG file

Add the CHANGELOG entry at the top of the file.

Other Information

Remove this paragraph and mention any other important and relevant information such as benchmarks.


This change is Reviewable

Summary by CodeRabbit

  • Documentation
    • Refreshed the JetBrains supporter entry in the README: updated the outbound link, replaced the logo with the official branded asset, and adjusted spacing for cleaner presentation in the supporters list.
    • Affects only how the README renders on GitHub and similar viewers; no changes to application behavior, UI, or APIs.
    • Ensures accurate attribution and consistent branding in the project documentation.

    - Replace old GitHub-hosted JetBrains logo with new official brand assets
    - Update link to point to JetBrains OpenSource page as recommended
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Aug 16, 2025

Walkthrough

Updated the JetBrains supporter entry in README.md: changed link to https://jb.gg/OpenSource, swapped the logo to JetBrains’ official CDN asset, and added inline right margin styling; logo height remains 120px. No other files or entries were modified.

Changes

Cohort / File(s) Summary
Docs: Supporter logo/link update
README.md
Modified JetBrains supporter block: href updated to https://jb.gg/OpenSource, image src switched to official brand logo CDN, added style="margin-right: 20px;", height stays at 120px.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

I nibble notes in README light,
A logo hops to fresher site.
A margin’s whisker, crisp and clean,
The link now bounds where stars convene.
Thump-thump—brand carrots aligned just right! 🥕✨

Tip

🔌 Remote MCP (Model Context Protocol) integration is now available!

Pro plan users can now connect to remote MCP servers from the Integrations page. Connect with popular remote MCPs such as Notion and Linear to add more context to your reviews and chats.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch update-jetbrains-logo

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

CodeRabbit Commands (Invoked using PR/Issue comments)

Type @coderabbitai help to get the list of available commands.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Status, Documentation and Community

  • Visit our Status Page to check the current availability of CodeRabbit.
  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (3)
README.md (3)

123-123: Avoid inline styles; keep supporter logo spacing consistent

Only the JetBrains anchor uses an inline margin. Consider removing it or standardizing spacing across all supporter entries for consistency.

Apply this diff to remove the inline style (or replicate a consistent approach across all entries):

-<a href="https://jb.gg/OpenSource" style="margin-right: 20px;">
+<a href="https://jb.gg/OpenSource">

124-124: Prefer SVG (crisper, smaller) and verify dark-mode suitability

If JetBrains provides an SVG for this logo, prefer it for scalability and sharpness on all DPIs. Also verify the chosen asset has a transparent background and looks correct in GitHub dark mode.

Example change (verify the exact SVG URL exists in their brand kit before applying):

-  <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png" alt="JetBrains" height="120px">
+  <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg" alt="JetBrains" height="120px">

If a dark/light variant is recommended by JetBrains, consider a <picture> with prefers-color-scheme, similar to other supporter entries.


124-124: Minor a11y nit: clarify alt text (optional)

Alt="JetBrains" is fine. Optionally make it slightly more descriptive for non-visual readers.

-  <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png" alt="JetBrains" height="120px">
+  <img src="https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.png" alt="JetBrains logo" height="120px">
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between c2cd789 and cff372f.

📒 Files selected for processing (1)
  • README.md (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
  • GitHub Check: rspec-package-tests (oldest)
  • GitHub Check: examples (newest)
  • GitHub Check: examples (oldest)
  • GitHub Check: build-dummy-app-webpack-test-bundles (oldest)
  • GitHub Check: build-dummy-app-webpack-test-bundles (newest)
🔇 Additional comments (1)
README.md (1)

123-124: Core update LGTM: correct link and official asset

The JetBrains link now points to https://jb.gg/OpenSource and the logo uses the official brand asset. This aligns with JetBrains’ OSS branding guidance.

@ihabadham ihabadham requested a review from Judahmeek August 16, 2025 17:21
@justin808 justin808 merged commit f7db952 into master Aug 27, 2025
6 of 10 checks passed
@justin808 justin808 deleted the update-jetbrains-logo branch August 27, 2025 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants